'Declaration Public Overloads Sub InsertRange( _ ByVal startingIndex As Integer, _ ByVal newItems As IEnumerable(Of Double) _ )
public void InsertRange( int startingIndex, IEnumerable<double> newItems )
Parameters
- startingIndex
- The index where the items will be inserted.
- newItems
- The values to be inserted.